home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / MENU_UTL / OMENU / OMENU.DOC < prev    next >
Text File  |  1993-10-10  |  2KB  |  49 lines

  1.  
  2.  
  3.  
  4.         Author:   John J. Faubion
  5.                   139 Eastern Avenue
  6.                   Plainfield, Indiana 46168
  7.                   Phone (thru January 1994)  317-839-1268
  8.                   Compuserve:  72763,200
  9.         
  10.         Title:    OMenup.pas          Driver program for OMenu unit
  11.                   OMenu.pas           TPU with all required routines
  12.         
  13.         Purpose:  OMenu is an unit containing three objects.  The objects 
  14.         provide a simple, clean way of using a basic dropdown menu system 
  15.         in a GRAPHICS environment.
  16.         
  17.                   Object 1:      OHMenu, a horizontal bar menu
  18.                   Object 2:      OVMenu, a vertical bar menu
  19.                   Object 3:      OHVMenu, a horizontal/vertical menu.
  20.                                  A combination of the first two types.
  21.         
  22.         The program OMENUP, as provided, pretty well documents how to use 
  23.         the menu system.  As of this writing (October 9, 1993) I have 
  24.         just finished working these routines out, and want to get them up 
  25.         on the Borland forum on Compuserve so I can get some feedback.
  26.         
  27.         Source is available.  I'll have to work out a registration if 
  28.         anyone is interested.
  29.         
  30.         The Routines are supplied, AS-IS, WHERE-IS for all to use without 
  31.         modification except for object extensions.  No liability, express 
  32.         or implied, is assumed by the author, and the user assumes all 
  33.         responsibility for their use and implementation.
  34.         
  35.         Please don't phone my unless it's absolutely necessary.  Better 
  36.         to leave me EMail on Compuserve.  I will be moving back to China 
  37.         in January or so, and if you cannot reach me on Compuserve or by 
  38.         phone, then please address me at
  39.         
  40.              Binary International Marketing
  41.              Box 36, Asian Games Village Post Office
  42.              Beijing, CHINA  100101
  43.         
  44.         End.
  45.         
  46.  
  47.  
  48.  
  49.